Html Css Color HEX #CCF11D Pear

📋 copy color: '#CCF11D'

red 204 ◦ green 241 ◦ blue 29

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

Shades of Pear #CCF11D

Tints of Pear #CCF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.84%

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

R = 43.04%
G = 50.84%
B = 6.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CCF11D (or 0xCCF11D) is known color: Pear. HEX triplet: CC, F1 and 1D. RGB value is (204,241,29). Sum of RGB (Red+Green+Blue) = 204+241+29=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF11D is #330EE2. Grayscale: #CECECE. Windows color (decimal): -3346147 or 1962444. OLE color: 1962444.

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

Color convert

RGB 204 241 29 -
CMYK 0.15 0 0.88 0.05
HSL 70.47º 0.88% 0.53% -
HSV(B) 70.47º 0.88% 0.95% -
XYZ 56.58 75.84 12.82 -
YUV 205.77 28.24 126.74 -
System Red Green Blue C M Y K H S L
Decimal 204 241 29 0.15 0 0.88 0.05 70.47 0.88 0.53
Hex CC F1 1D F 0 58 5 46 58 35
Octal 314 361 35 17 0 130 5 106 130 65
Binary 11001100 11110001 11101 1111 0 1011000 101 1000110 1011000 110101

Color Harmonies of #CCF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF11D

Black with #CCF11D

Text Example


Text Example

White with #CCF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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