Html Css Color HEX #CCF142 Pear

📋 copy color: '#CCF142'

red 204 ◦ green 241 ◦ blue 66

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

Shades of Pear #CCF142

Tints of Pear #CCF142

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 39.92%
G = 47.16%
B = 12.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CCF142 (or 0xCCF142) is known color: Pear. HEX triplet: CC, F1 and 42. RGB value is (204,241,66). Sum of RGB (Red+Green+Blue) = 204+241+66=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF142 is #330EBD. Grayscale: #D2D2D2. Windows color (decimal): -3346110 or 4387276. OLE color: 4387276.

HSL color Cylindrical-coordinate representation of color #CCF142: hue angle of 72.69º degrees, saturation: 0.86, 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 #CCF142 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 66 -
CMYK 0.15 0 0.73 0.05
HSL 72.69º 0.86% 0.6% -
HSV(B) 72.69º 0.73% 0.95% -
XYZ 57.34 76.14 16.83 -
YUV 209.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 204 241 66 0.15 0 0.73 0.05 72.69 0.86 0.6
Hex CC F1 42 F 0 49 5 49 56 3C
Octal 314 361 102 17 0 111 5 111 126 74
Binary 11001100 11110001 1000010 1111 0 1001001 101 1001001 1010110 111100

Color Harmonies of #CCF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF142

Black with #CCF142

Text Example


Text Example

White with #CCF142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF142; }

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

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

background-color css

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

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

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

border-color css

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

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

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