Html Css Color HEX #CCF126 Pear

📋 copy color: '#CCF126'

red 204 ◦ green 241 ◦ blue 38

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

Shades of Pear #CCF126

Tints of Pear #CCF126

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.9%

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

R = 42.24%
G = 49.9%
B = 7.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#CCF126 (or 0xCCF126) is known color: Pear. HEX triplet: CC, F1 and 26. RGB value is (204,241,38). Sum of RGB (Red+Green+Blue) = 204+241+38=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF126 is #330ED9. Grayscale: #CFCFCF. Windows color (decimal): -3346138 or 2552268. OLE color: 2552268.

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

Color convert

RGB 204 241 38 -
CMYK 0.15 0 0.84 0.05
HSL 70.94º 0.88% 0.55% -
HSV(B) 70.94º 0.84% 0.95% -
XYZ 56.71 75.89 13.49 -
YUV 206.8 32.74 126.01 -
System Red Green Blue C M Y K H S L
Decimal 204 241 38 0.15 0 0.84 0.05 70.94 0.88 0.55
Hex CC F1 26 F 0 54 5 47 58 37
Octal 314 361 46 17 0 124 5 107 130 67
Binary 11001100 11110001 100110 1111 0 1010100 101 1000111 1011000 110111

Color Harmonies of #CCF126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF126

Black with #CCF126

Text Example


Text Example

White with #CCF126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF126; }

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

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

background-color css

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

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

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

border-color css

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

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

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