Html Css Color HEX #CCF84B Pear

📋 copy color: '#CCF84B'

red 204 ◦ green 248 ◦ blue 75

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

Shades of Pear #CCF84B

Tints of Pear #CCF84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.23%

R = 38.71%
G = 47.06%
B = 14.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#CCF84B (or 0xCCF84B) is known color: Pear. HEX triplet: CC, F8 and 4B. RGB value is (204,248,75). Sum of RGB (Red+Green+Blue) = 204+248+75=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF84B is #3307B4. Grayscale: #D7D7D7. Windows color (decimal): -3344309 or 4978892. OLE color: 4978892.

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

Color convert

RGB 204 248 75 -
CMYK 0.18 0 0.70 0.03
HSL 75.26º 0.93% 0.63% -
HSV(B) 75.26º 0.7% 0.97% -
XYZ 59.74 80.48 19.04 -
YUV 215.12 48.92 120.07 -
System Red Green Blue C M Y K H S L
Decimal 204 248 75 0.18 0 0.70 0.03 75.26 0.93 0.63
Hex CC F8 4B 12 0 46 3 4B 5D 3F
Octal 314 370 113 22 0 106 3 113 135 77
Binary 11001100 11111000 1001011 10010 0 1000110 11 1001011 1011101 111111

Color Harmonies of #CCF84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF84B

Black with #CCF84B

Text Example


Text Example

White with #CCF84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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