Html Css Color HEX #CCF01E Pear

📋 copy color: '#CCF01E'

red 204 ◦ green 240 ◦ blue 30

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

Shades of Pear #CCF01E

Tints of Pear #CCF01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.33%

R = 43.04%
G = 50.63%
B = 6.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#CCF01E (or 0xCCF01E) is known color: Pear. HEX triplet: CC, F0 and 1E. RGB value is (204,240,30). Sum of RGB (Red+Green+Blue) = 204+240+30=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF01E is #330FE1. Grayscale: #CECECE. Windows color (decimal): -3346402 or 2027724. OLE color: 2027724.

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

Color convert

RGB 204 240 30 -
CMYK 0.15 0 0.87 0.06
HSL 70.29º 0.88% 0.53% -
HSV(B) 70.29º 0.88% 0.94% -
XYZ 56.3 75.25 12.79 -
YUV 205.3 29.07 127.08 -
System Red Green Blue C M Y K H S L
Decimal 204 240 30 0.15 0 0.87 0.06 70.29 0.88 0.53
Hex CC F0 1E F 0 57 6 46 58 35
Octal 314 360 36 17 0 127 6 106 130 65
Binary 11001100 11110000 11110 1111 0 1010111 110 1000110 1011000 110101

Color Harmonies of #CCF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF01E

Black with #CCF01E

Text Example


Text Example

White with #CCF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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