Html Css Color HEX #CCF226 Pear

📋 copy color: '#CCF226'

red 204 ◦ green 242 ◦ blue 38

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

Shades of Pear #CCF226

Tints of Pear #CCF226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 42.15%
G = 50%
B = 7.85%

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

#CCF226 (or 0xCCF226) is known color: Pear. HEX triplet: CC, F2 and 26. RGB value is (204,242,38). Sum of RGB (Red+Green+Blue) = 204+242+38=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF226 is #330DD9. Grayscale: #D0D0D0. Windows color (decimal): -3345882 or 2552524. OLE color: 2552524.

HSL color Cylindrical-coordinate representation of color #CCF226: hue angle of 71.18º 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 #CCF226 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 38 -
CMYK 0.16 0 0.84 0.05
HSL 71.18º 0.89% 0.55% -
HSV(B) 71.18º 0.84% 0.95% -
XYZ 57 76.48 13.59 -
YUV 207.38 32.41 125.59 -
System Red Green Blue C M Y K H S L
Decimal 204 242 38 0.16 0 0.84 0.05 71.18 0.89 0.55
Hex CC F2 26 10 0 54 5 47 59 37
Octal 314 362 46 20 0 124 5 107 131 67
Binary 11001100 11110010 100110 10000 0 1010100 101 1000111 1011001 110111

Color Harmonies of #CCF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF226

Black with #CCF226

Text Example


Text Example

White with #CCF226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF226; }

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

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

background-color css

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

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

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

border-color css

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

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

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