Html Css Color HEX #CCF83E Pear

📋 copy color: '#CCF83E'

red 204 ◦ green 248 ◦ blue 62

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

Shades of Pear #CCF83E

Tints of Pear #CCF83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.06%

R = 39.69%
G = 48.25%
B = 12.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#CCF83E (or 0xCCF83E) is known color: Pear. HEX triplet: CC, F8 and 3E. RGB value is (204,248,62). Sum of RGB (Red+Green+Blue) = 204+248+62=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF83E is #3307C1. Grayscale: #D6D6D6. Windows color (decimal): -3344322 or 4126924. OLE color: 4126924.

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

Color convert

RGB 204 248 62 -
CMYK 0.18 0 0.75 0.03
HSL 74.19º 0.93% 0.61% -
HSV(B) 74.19º 0.75% 0.97% -
XYZ 59.34 80.32 16.93 -
YUV 213.64 42.42 121.12 -
System Red Green Blue C M Y K H S L
Decimal 204 248 62 0.18 0 0.75 0.03 74.19 0.93 0.61
Hex CC F8 3E 12 0 4B 3 4A 5D 3D
Octal 314 370 76 22 0 113 3 112 135 75
Binary 11001100 11111000 111110 10010 0 1001011 11 1001010 1011101 111101

Color Harmonies of #CCF83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF83E

Black with #CCF83E

Text Example


Text Example

White with #CCF83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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