Html Css Color HEX #CCF242 Pear

📋 copy color: '#CCF242'

red 204 ◦ green 242 ◦ blue 66

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

Shades of Pear #CCF242

Tints of Pear #CCF242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

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

R = 39.84%
G = 47.27%
B = 12.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CCF242 (or 0xCCF242) is known color: Pear. HEX triplet: CC, F2 and 42. RGB value is (204,242,66). Sum of RGB (Red+Green+Blue) = 204+242+66=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF242 is #330DBD. Grayscale: #D3D3D3. Windows color (decimal): -3345854 or 4387532. OLE color: 4387532.

HSL color Cylindrical-coordinate representation of color #CCF242: hue angle of 72.95º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF242 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 66 -
CMYK 0.16 0 0.73 0.05
HSL 72.95º 0.87% 0.6% -
HSV(B) 72.95º 0.73% 0.95% -
XYZ 57.64 76.73 16.93 -
YUV 210.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 204 242 66 0.16 0 0.73 0.05 72.95 0.87 0.6
Hex CC F2 42 10 0 49 5 49 57 3C
Octal 314 362 102 20 0 111 5 111 127 74
Binary 11001100 11110010 1000010 10000 0 1001001 101 1001001 1010111 111100

Color Harmonies of #CCF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF242

Black with #CCF242

Text Example


Text Example

White with #CCF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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