Html Css Color HEX #CCF12E Pear

📋 copy color: '#CCF12E'

red 204 ◦ green 241 ◦ blue 46

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

Shades of Pear #CCF12E

Tints of Pear #CCF12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 41.55%
G = 49.08%
B = 9.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#CCF12E (or 0xCCF12E) is known color: Pear. HEX triplet: CC, F1 and 2E. RGB value is (204,241,46). Sum of RGB (Red+Green+Blue) = 204+241+46=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12E is #330ED1. Grayscale: #D0D0D0. Windows color (decimal): -3346130 or 3076556. OLE color: 3076556.

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

Color convert

RGB 204 241 46 -
CMYK 0.15 0 0.81 0.05
HSL 71.38º 0.87% 0.56% -
HSV(B) 71.38º 0.81% 0.95% -
XYZ 56.85 75.95 14.25 -
YUV 207.71 36.74 125.36 -
System Red Green Blue C M Y K H S L
Decimal 204 241 46 0.15 0 0.81 0.05 71.38 0.87 0.56
Hex CC F1 2E F 0 51 5 47 57 38
Octal 314 361 56 17 0 121 5 107 127 70
Binary 11001100 11110001 101110 1111 0 1010001 101 1000111 1010111 111000

Color Harmonies of #CCF12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF12E

Black with #CCF12E

Text Example


Text Example

White with #CCF12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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