Html Css Color HEX #CCF03B Pear

📋 copy color: '#CCF03B'

red 204 ◦ green 240 ◦ blue 59

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

Shades of Pear #CCF03B

Tints of Pear #CCF03B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.71%

 BLUE value IS 59 (23.44% from 255) = 11.73%

R = 40.56%
G = 47.71%
B = 11.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#CCF03B (or 0xCCF03B) is known color: Pear. HEX triplet: CC, F0 and 3B. RGB value is (204,240,59). Sum of RGB (Red+Green+Blue) = 204+240+59=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF03B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF03B is #330FC4. Grayscale: #D1D1D1. Windows color (decimal): -3346373 or 3928268. OLE color: 3928268.

HSL color Cylindrical-coordinate representation of color #CCF03B: hue angle of 71.93º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF03B is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 59 -
CMYK 0.15 0 0.75 0.06
HSL 71.93º 0.86% 0.59% -
HSV(B) 71.93º 0.75% 0.94% -
XYZ 56.85 75.47 15.71 -
YUV 208.6 43.57 124.72 -
System Red Green Blue C M Y K H S L
Decimal 204 240 59 0.15 0 0.75 0.06 71.93 0.86 0.59
Hex CC F0 3B F 0 4B 6 48 56 3B
Octal 314 360 73 17 0 113 6 110 126 73
Binary 11001100 11110000 111011 1111 0 1001011 110 1001000 1010110 111011

Color Harmonies of #CCF03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF03B

Black with #CCF03B

Text Example


Text Example

White with #CCF03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF03B; }

 p { color: rgb(204,240,59); }

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

background-color css

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

 a { background-color: rgb(204,240,59); }

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

border-color css

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

 span { border-color: rgb(204,240,59); }

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