Html Css Color HEX #CCF324 Pear

📋 copy color: '#CCF324'

red 204 ◦ green 243 ◦ blue 36

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

Shades of Pear #CCF324

Tints of Pear #CCF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.31%

 BLUE value IS 36 (14.45% from 255) = 7.45%

R = 42.24%
G = 50.31%
B = 7.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#CCF324 (or 0xCCF324) is known color: Pear. HEX triplet: CC, F3 and 24. RGB value is (204,243,36). Sum of RGB (Red+Green+Blue) = 204+243+36=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF324 is #330CDB. Grayscale: #D0D0D0. Windows color (decimal): -3345628 or 2421708. OLE color: 2421708.

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

Color convert

RGB 204 243 36 -
CMYK 0.16 0 0.85 0.05
HSL 71.3º 0.9% 0.55% -
HSV(B) 71.3º 0.85% 0.95% -
XYZ 57.27 77.07 13.53 -
YUV 207.74 31.08 125.33 -
System Red Green Blue C M Y K H S L
Decimal 204 243 36 0.16 0 0.85 0.05 71.3 0.9 0.55
Hex CC F3 24 10 0 55 5 47 5A 37
Octal 314 363 44 20 0 125 5 107 132 67
Binary 11001100 11110011 100100 10000 0 1010101 101 1000111 1011010 110111

Color Harmonies of #CCF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF324

Black with #CCF324

Text Example


Text Example

White with #CCF324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF324; }

 p { color: rgb(204,243,36); }

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

background-color css

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

 a { background-color: rgb(204,243,36); }

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

border-color css

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

 span { border-color: rgb(204,243,36); }

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