Html Css Color HEX #CCF029 Pear

📋 copy color: '#CCF029'

red 204 ◦ green 240 ◦ blue 41

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

Shades of Pear #CCF029

Tints of Pear #CCF029

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

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

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

R = 42.06%
G = 49.48%
B = 8.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CCF029 (or 0xCCF029) is known color: Pear. HEX triplet: CC, F0 and 29. RGB value is (204,240,41). Sum of RGB (Red+Green+Blue) = 204+240+41=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF029 is #330FD6. Grayscale: #CFCFCF. Windows color (decimal): -3346391 or 2748620. OLE color: 2748620.

HSL color Cylindrical-coordinate representation of color #CCF029: hue angle of 70.85º 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 #CCF029 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 41 -
CMYK 0.15 0 0.83 0.06
HSL 70.85º 0.87% 0.55% -
HSV(B) 70.85º 0.83% 0.94% -
XYZ 56.46 75.32 13.66 -
YUV 206.55 34.57 126.18 -
System Red Green Blue C M Y K H S L
Decimal 204 240 41 0.15 0 0.83 0.06 70.85 0.87 0.55
Hex CC F0 29 F 0 53 6 47 57 37
Octal 314 360 51 17 0 123 6 107 127 67
Binary 11001100 11110000 101001 1111 0 1010011 110 1000111 1010111 110111

Color Harmonies of #CCF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF029

Black with #CCF029

Text Example


Text Example

White with #CCF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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