Html Css Color HEX #CCF01D Pear

📋 copy color: '#CCF01D'

red 204 ◦ green 240 ◦ blue 29

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

Shades of Pear #CCF01D

Tints of Pear #CCF01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.13%

R = 43.13%
G = 50.74%
B = 6.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#CCF01D (or 0xCCF01D) is known color: Pear. HEX triplet: CC, F0 and 1D. RGB value is (204,240,29). Sum of RGB (Red+Green+Blue) = 204+240+29=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF01D is #330FE2. Grayscale: #CDCDCD. Windows color (decimal): -3346403 or 1962188. OLE color: 1962188.

HSL color Cylindrical-coordinate representation of color #CCF01D: hue angle of 70.24º 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 #CCF01D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 29 -
CMYK 0.15 0 0.88 0.06
HSL 70.24º 0.88% 0.53% -
HSV(B) 70.24º 0.88% 0.94% -
XYZ 56.28 75.25 12.72 -
YUV 205.18 28.57 127.16 -
System Red Green Blue C M Y K H S L
Decimal 204 240 29 0.15 0 0.88 0.06 70.24 0.88 0.53
Hex CC F0 1D F 0 58 6 46 58 35
Octal 314 360 35 17 0 130 6 106 130 65
Binary 11001100 11110000 11101 1111 0 1011000 110 1000110 1011000 110101

Color Harmonies of #CCF01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF01D

Black with #CCF01D

Text Example


Text Example

White with #CCF01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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