Html Css Color HEX #CCF942 Pear

📋 copy color: '#CCF942'

red 204 ◦ green 249 ◦ blue 66

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

Shades of Pear #CCF942

Tints of Pear #CCF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.98%

 BLUE value IS 66 (26.17% from 255) = 12.72%

R = 39.31%
G = 47.98%
B = 12.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#CCF942 (or 0xCCF942) is known color: Pear. HEX triplet: CC, F9 and 42. RGB value is (204,249,66). Sum of RGB (Red+Green+Blue) = 204+249+66=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF942 is #3306BD. Grayscale: #D7D7D7. Windows color (decimal): -3344062 or 4389324. OLE color: 4389324.

HSL color Cylindrical-coordinate representation of color #CCF942: hue angle of 74.75º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF942 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 66 -
CMYK 0.18 0 0.73 0.02
HSL 74.75º 0.94% 0.62% -
HSV(B) 74.75º 0.73% 0.98% -
XYZ 59.76 80.98 17.64 -
YUV 214.68 44.09 120.38 -
System Red Green Blue C M Y K H S L
Decimal 204 249 66 0.18 0 0.73 0.02 74.75 0.94 0.62
Hex CC F9 42 12 0 49 2 4B 5E 3E
Octal 314 371 102 22 0 111 2 113 136 76
Binary 11001100 11111001 1000010 10010 0 1001001 10 1001011 1011110 111110

Color Harmonies of #CCF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF942

Black with #CCF942

Text Example


Text Example

White with #CCF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF942; }

 p { color: rgb(204,249,66); }

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

background-color css

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

 a { background-color: rgb(204,249,66); }

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

border-color css

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

 span { border-color: rgb(204,249,66); }

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