Html Css Color HEX #CCF12D Pear

📋 copy color: '#CCF12D'

red 204 ◦ green 241 ◦ blue 45

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

Shades of Pear #CCF12D

Tints of Pear #CCF12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.18%

R = 41.63%
G = 49.18%
B = 9.18%

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

#CCF12D (or 0xCCF12D) is known color: Pear. HEX triplet: CC, F1 and 2D. RGB value is (204,241,45). Sum of RGB (Red+Green+Blue) = 204+241+45=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12D is #330ED2. Grayscale: #D0D0D0. Windows color (decimal): -3346131 or 3011020. OLE color: 3011020.

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

Color convert

RGB 204 241 45 -
CMYK 0.15 0 0.81 0.05
HSL 71.33º 0.88% 0.56% -
HSV(B) 71.33º 0.81% 0.95% -
XYZ 56.83 75.94 14.14 -
YUV 207.59 36.24 125.44 -
System Red Green Blue C M Y K H S L
Decimal 204 241 45 0.15 0 0.81 0.05 71.33 0.88 0.56
Hex CC F1 2D F 0 51 5 47 58 38
Octal 314 361 55 17 0 121 5 107 130 70
Binary 11001100 11110001 101101 1111 0 1010001 101 1000111 1011000 111000

Color Harmonies of #CCF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF12D

Black with #CCF12D

Text Example


Text Example

White with #CCF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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