Html Css Color HEX #CCF842 Pear

📋 copy color: '#CCF842'

red 204 ◦ green 248 ◦ blue 66

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

Shades of Pear #CCF842

Tints of Pear #CCF842

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.88%

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

R = 39.38%
G = 47.88%
B = 12.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#CCF842 (or 0xCCF842) is known color: Pear. HEX triplet: CC, F8 and 42. RGB value is (204,248,66). Sum of RGB (Red+Green+Blue) = 204+248+66=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF842 is #3307BD. Grayscale: #D6D6D6. Windows color (decimal): -3344318 or 4389068. OLE color: 4389068.

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

Color convert

RGB 204 248 66 -
CMYK 0.18 0 0.73 0.03
HSL 74.51º 0.93% 0.62% -
HSV(B) 74.51º 0.73% 0.97% -
XYZ 59.45 80.37 17.53 -
YUV 214.1 44.42 120.8 -
System Red Green Blue C M Y K H S L
Decimal 204 248 66 0.18 0 0.73 0.03 74.51 0.93 0.62
Hex CC F8 42 12 0 49 3 4B 5D 3E
Octal 314 370 102 22 0 111 3 113 135 76
Binary 11001100 11111000 1000010 10010 0 1001001 11 1001011 1011101 111110

Color Harmonies of #CCF842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF842

Black with #CCF842

Text Example


Text Example

White with #CCF842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF842; }

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

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

background-color css

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

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

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

border-color css

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

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

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