Html Css Color HEX #CCF13E Pear

📋 copy color: '#CCF13E'

red 204 ◦ green 241 ◦ blue 62

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

Shades of Pear #CCF13E

Tints of Pear #CCF13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.23%

R = 40.24%
G = 47.53%
B = 12.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#CCF13E (or 0xCCF13E) is known color: Pear. HEX triplet: CC, F1 and 3E. RGB value is (204,241,62). Sum of RGB (Red+Green+Blue) = 204+241+62=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF13E is #330EC1. Grayscale: #D2D2D2. Windows color (decimal): -3346114 or 4125132. OLE color: 4125132.

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

Color convert

RGB 204 241 62 -
CMYK 0.15 0 0.74 0.05
HSL 72.4º 0.86% 0.59% -
HSV(B) 72.4º 0.74% 0.95% -
XYZ 57.23 76.1 16.23 -
YUV 209.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 204 241 62 0.15 0 0.74 0.05 72.4 0.86 0.59
Hex CC F1 3E F 0 4A 5 48 56 3B
Octal 314 361 76 17 0 112 5 110 126 73
Binary 11001100 11110001 111110 1111 0 1001010 101 1001000 1010110 111011

Color Harmonies of #CCF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF13E

Black with #CCF13E

Text Example


Text Example

White with #CCF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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