Html Css Color HEX #CCF81F Pear

📋 copy color: '#CCF81F'

red 204 ◦ green 248 ◦ blue 31

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

Shades of Pear #CCF81F

Tints of Pear #CCF81F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

 BLUE value IS 31 (12.5% from 255) = 6.42%

R = 42.24%
G = 51.35%
B = 6.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#CCF81F (or 0xCCF81F) is known color: Pear. HEX triplet: CC, F8 and 1F. RGB value is (204,248,31). Sum of RGB (Red+Green+Blue) = 204+248+31=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF81F is #3307E0. Grayscale: #D2D2D2. Windows color (decimal): -3344353 or 2095308. OLE color: 2095308.

HSL color Cylindrical-coordinate representation of color #CCF81F: hue angle of 72.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF81F is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 31 -
CMYK 0.18 0 0.88 0.03
HSL 72.17º 0.94% 0.55% -
HSV(B) 72.17º 0.88% 0.97% -
XYZ 58.72 80.07 13.66 -
YUV 210.11 26.92 123.64 -
System Red Green Blue C M Y K H S L
Decimal 204 248 31 0.18 0 0.88 0.03 72.17 0.94 0.55
Hex CC F8 1F 12 0 58 3 48 5E 37
Octal 314 370 37 22 0 130 3 110 136 67
Binary 11001100 11111000 11111 10010 0 1011000 11 1001000 1011110 110111

Color Harmonies of #CCF81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF81F

Black with #CCF81F

Text Example


Text Example

White with #CCF81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF81F; }

 p { color: rgb(204,248,31); }

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

background-color css

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

 a { background-color: rgb(204,248,31); }

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

border-color css

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

 span { border-color: rgb(204,248,31); }

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