Html Css Color HEX #CFFA29 Pear

📋 copy color: '#CFFA29'

red 207 ◦ green 250 ◦ blue 41

#CFFA29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CFFA29

Tints of Pear #CFFA29

RGB

 RED value IS 207 (81.25% from 255) = 41.57%

 GREEN value IS 250 (98.05% from 255) = 50.2%

 BLUE value IS 41 (16.41% from 255) = 8.23%

R = 41.57%
G = 50.2%
B = 8.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFFA29 (or 0xCFFA29) is known color: Pear. HEX triplet: CF, FA and 29. RGB value is (207,250,41). Sum of RGB (Red+Green+Blue) = 207+250+41=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA29 is #3005D6. Grayscale: #D6D6D6. Windows color (decimal): -3147223 or 2751183. OLE color: 2751183.

HSL color Cylindrical-coordinate representation of color #CFFA29: hue angle of 72.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFFA29 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 41 -
CMYK 0.17 0 0.84 0.02
HSL 72.34º 0.95% 0.57% -
HSV(B) 72.34º 0.84% 0.98% -
XYZ 60.32 81.8 14.71 -
YUV 213.32 30.75 123.49 -
System Red Green Blue C M Y K H S L
Decimal 207 250 41 0.17 0 0.84 0.02 72.34 0.95 0.57
Hex CF FA 29 11 0 54 2 48 5F 39
Octal 317 372 51 21 0 124 2 110 137 71
Binary 11001111 11111010 101001 10001 0 1010100 10 1001000 1011111 111001

Color Harmonies of #CFFA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA29

Black with #CFFA29

Text Example


Text Example

White with #CFFA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA29; }

 p { color: rgb(207,250,41); }

 H1.HeaderClassName
 {
   color: #CFFA29;
 }
 .AnyTagClassName
 {
   color: #CFFA29;
 }
</style>

background-color css

<style>
 a { background-color: #CFFA29; }

 a { background-color: rgb(207,250,41); }

 div.DivClassName
 {
   background-color: #CFFA29;
 }
 .BgClassName
 {
   background-color: #CFFA29;
 }
</style>

border-color css

<style>
 span { border-color: #CFFA29; }

 span { border-color: rgb(207,250,41); }

 td.TdClassName
 {
   border-color: #CFFA29;
 }
 .TagClassName
 {
   border-color: #CFFA29;
 }
</style>