Html Css Color HEX #CCF227 Pear

📋 copy color: '#CCF227'

red 204 ◦ green 242 ◦ blue 39

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

Shades of Pear #CCF227

Tints of Pear #CCF227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.04%

R = 42.06%
G = 49.9%
B = 8.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#CCF227 (or 0xCCF227) is known color: Pear. HEX triplet: CC, F2 and 27. RGB value is (204,242,39). Sum of RGB (Red+Green+Blue) = 204+242+39=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF227 is #330DD8. Grayscale: #D0D0D0. Windows color (decimal): -3345881 or 2618060. OLE color: 2618060.

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

Color convert

RGB 204 242 39 -
CMYK 0.16 0 0.84 0.05
HSL 71.23º 0.89% 0.55% -
HSV(B) 71.23º 0.84% 0.95% -
XYZ 57.02 76.49 13.68 -
YUV 207.5 32.91 125.51 -
System Red Green Blue C M Y K H S L
Decimal 204 242 39 0.16 0 0.84 0.05 71.23 0.89 0.55
Hex CC F2 27 10 0 54 5 47 59 37
Octal 314 362 47 20 0 124 5 107 131 67
Binary 11001100 11110010 100111 10000 0 1010100 101 1000111 1011001 110111

Color Harmonies of #CCF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF227

Black with #CCF227

Text Example


Text Example

White with #CCF227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF227; }

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

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

background-color css

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

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

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

border-color css

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

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

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