Html Css Color HEX #CCF21C Pear

📋 copy color: '#CCF21C'

red 204 ◦ green 242 ◦ blue 28

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

Shades of Pear #CCF21C

Tints of Pear #CCF21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.91%

R = 43.04%
G = 51.05%
B = 5.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CCF21C (or 0xCCF21C) is known color: Pear. HEX triplet: CC, F2 and 1C. RGB value is (204,242,28). Sum of RGB (Red+Green+Blue) = 204+242+28=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF21C is #330DE3. Grayscale: #CFCFCF. Windows color (decimal): -3345892 or 1897164. OLE color: 1897164.

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

Color convert

RGB 204 242 28 -
CMYK 0.16 0 0.88 0.05
HSL 70.65º 0.89% 0.53% -
HSV(B) 70.65º 0.88% 0.95% -
XYZ 56.86 76.43 12.85 -
YUV 206.24 27.41 126.4 -
System Red Green Blue C M Y K H S L
Decimal 204 242 28 0.16 0 0.88 0.05 70.65 0.89 0.53
Hex CC F2 1C 10 0 58 5 47 59 35
Octal 314 362 34 20 0 130 5 107 131 65
Binary 11001100 11110010 11100 10000 0 1011000 101 1000111 1011001 110101

Color Harmonies of #CCF21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF21C

Black with #CCF21C

Text Example


Text Example

White with #CCF21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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