Html Css Color HEX #CFF429 Pear

📋 copy color: '#CFF429'

red 207 ◦ green 244 ◦ blue 41

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

Shades of Pear #CFF429

Tints of Pear #CFF429

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.59%

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

R = 42.07%
G = 49.59%
B = 8.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#CFF429 (or 0xCFF429) is known color: Pear. HEX triplet: CF, F4 and 29. RGB value is (207,244,41). Sum of RGB (Red+Green+Blue) = 207+244+41=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF429 is #300BD6. Grayscale: #D2D2D2. Windows color (decimal): -3148759 or 2749647. OLE color: 2749647.

HSL color Cylindrical-coordinate representation of color #CFF429: hue angle of 70.94º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF429 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 244 41 -
CMYK 0.15 0 0.83 0.04
HSL 70.94º 0.9% 0.56% -
HSV(B) 70.94º 0.83% 0.96% -
XYZ 58.48 78.13 14.1 -
YUV 209.8 32.74 126.01 -
System Red Green Blue C M Y K H S L
Decimal 207 244 41 0.15 0 0.83 0.04 70.94 0.9 0.56
Hex CF F4 29 F 0 53 4 47 5A 38
Octal 317 364 51 17 0 123 4 107 132 70
Binary 11001111 11110100 101001 1111 0 1010011 100 1000111 1011010 111000

Color Harmonies of #CFF429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF429

Black with #CFF429

Text Example


Text Example

White with #CFF429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF429; }

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

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

background-color css

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

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

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

border-color css

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

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

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