Html Css Color HEX #CFF029 Pear

📋 copy color: '#CFF029'

red 207 ◦ green 240 ◦ blue 41

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

Shades of Pear #CFF029

Tints of Pear #CFF029

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

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

R = 42.42%
G = 49.18%
B = 8.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CFF029 (or 0xCFF029) is known color: Pear. HEX triplet: CF, F0 and 29. RGB value is (207,240,41). Sum of RGB (Red+Green+Blue) = 207+240+41=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF029 is #300FD6. Grayscale: #D0D0D0. Windows color (decimal): -3149783 or 2748623. OLE color: 2748623.

HSL color Cylindrical-coordinate representation of color #CFF029: hue angle of 69.95º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF029 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 41 -
CMYK 0.14 0 0.83 0.06
HSL 69.95º 0.87% 0.55% -
HSV(B) 69.95º 0.83% 0.94% -
XYZ 57.29 75.75 13.7 -
YUV 207.45 34.07 127.68 -
System Red Green Blue C M Y K H S L
Decimal 207 240 41 0.14 0 0.83 0.06 69.95 0.87 0.55
Hex CF F0 29 E 0 53 6 46 57 37
Octal 317 360 51 16 0 123 6 106 127 67
Binary 11001111 11110000 101001 1110 0 1010011 110 1000110 1010111 110111

Color Harmonies of #CFF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF029

Black with #CFF029

Text Example


Text Example

White with #CFF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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