Html Css Color HEX #CCF12F Pear

📋 copy color: '#CCF12F'

red 204 ◦ green 241 ◦ blue 47

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

Shades of Pear #CCF12F

Tints of Pear #CCF12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 41.46%
G = 48.98%
B = 9.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#CCF12F (or 0xCCF12F) is known color: Pear. HEX triplet: CC, F1 and 2F. RGB value is (204,241,47). Sum of RGB (Red+Green+Blue) = 204+241+47=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12F is #330ED0. Grayscale: #D0D0D0. Windows color (decimal): -3346129 or 3142092. OLE color: 3142092.

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

Color convert

RGB 204 241 47 -
CMYK 0.15 0 0.80 0.05
HSL 71.44º 0.87% 0.56% -
HSV(B) 71.44º 0.8% 0.95% -
XYZ 56.87 75.95 14.35 -
YUV 207.82 37.24 125.27 -
System Red Green Blue C M Y K H S L
Decimal 204 241 47 0.15 0 0.80 0.05 71.44 0.87 0.56
Hex CC F1 2F F 0 50 5 47 57 38
Octal 314 361 57 17 0 120 5 107 127 70
Binary 11001100 11110001 101111 1111 0 1010000 101 1000111 1010111 111000

Color Harmonies of #CCF12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF12F

Black with #CCF12F

Text Example


Text Example

White with #CCF12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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