Html Css Color HEX #CCF323 Pear

📋 copy color: '#CCF323'

red 204 ◦ green 243 ◦ blue 35

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

Shades of Pear #CCF323

Tints of Pear #CCF323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.26%

R = 42.32%
G = 50.41%
B = 7.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#CCF323 (or 0xCCF323) is known color: Pear. HEX triplet: CC, F3 and 23. RGB value is (204,243,35). Sum of RGB (Red+Green+Blue) = 204+243+35=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 35 (14.06% from 255 or 7.26% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF323 is #330CDC. Grayscale: #D0D0D0. Windows color (decimal): -3345629 or 2356172. OLE color: 2356172.

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

Color convert

RGB 204 243 35 -
CMYK 0.16 0 0.86 0.05
HSL 71.25º 0.9% 0.55% -
HSV(B) 71.25º 0.86% 0.95% -
XYZ 57.26 77.06 13.45 -
YUV 207.63 30.58 125.41 -
System Red Green Blue C M Y K H S L
Decimal 204 243 35 0.16 0 0.86 0.05 71.25 0.9 0.55
Hex CC F3 23 10 0 56 5 47 5A 37
Octal 314 363 43 20 0 126 5 107 132 67
Binary 11001100 11110011 100011 10000 0 1010110 101 1000111 1011010 110111

Color Harmonies of #CCF323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF323

Black with #CCF323

Text Example


Text Example

White with #CCF323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF323; }

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

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

background-color css

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

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

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

border-color css

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

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

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