Html Css Color HEX #CCF23C Pear

📋 copy color: '#CCF23C'

red 204 ◦ green 242 ◦ blue 60

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

Shades of Pear #CCF23C

Tints of Pear #CCF23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.86%

R = 40.32%
G = 47.83%
B = 11.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#CCF23C (or 0xCCF23C) is known color: Pear. HEX triplet: CC, F2 and 3C. RGB value is (204,242,60). Sum of RGB (Red+Green+Blue) = 204+242+60=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF23C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF23C is #330DC3. Grayscale: #D2D2D2. Windows color (decimal): -3345860 or 3994316. OLE color: 3994316.

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

Color convert

RGB 204 242 60 -
CMYK 0.16 0 0.75 0.05
HSL 72.53º 0.88% 0.59% -
HSV(B) 72.53º 0.75% 0.95% -
XYZ 57.47 76.67 16.04 -
YUV 209.89 43.41 123.8 -
System Red Green Blue C M Y K H S L
Decimal 204 242 60 0.16 0 0.75 0.05 72.53 0.88 0.59
Hex CC F2 3C 10 0 4B 5 49 58 3B
Octal 314 362 74 20 0 113 5 111 130 73
Binary 11001100 11110010 111100 10000 0 1001011 101 1001001 1011000 111011

Color Harmonies of #CCF23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF23C

Black with #CCF23C

Text Example


Text Example

White with #CCF23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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