Html Css Color HEX #CCF62D Pear

📋 copy color: '#CCF62D'

red 204 ◦ green 246 ◦ blue 45

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

Shades of Pear #CCF62D

Tints of Pear #CCF62D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

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

R = 41.21%
G = 49.7%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#CCF62D (or 0xCCF62D) is known color: Pear. HEX triplet: CC, F6 and 2D. RGB value is (204,246,45). Sum of RGB (Red+Green+Blue) = 204+246+45=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF62D is #3309D2. Grayscale: #D3D3D3. Windows color (decimal): -3344851 or 3012300. OLE color: 3012300.

HSL color Cylindrical-coordinate representation of color #CCF62D: hue angle of 72.54º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF62D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 45 -
CMYK 0.17 0 0.82 0.04
HSL 72.54º 0.92% 0.57% -
HSV(B) 72.54º 0.82% 0.96% -
XYZ 58.33 78.94 14.64 -
YUV 210.53 34.59 123.34 -
System Red Green Blue C M Y K H S L
Decimal 204 246 45 0.17 0 0.82 0.04 72.54 0.92 0.57
Hex CC F6 2D 11 0 52 4 49 5C 39
Octal 314 366 55 21 0 122 4 111 134 71
Binary 11001100 11110110 101101 10001 0 1010010 100 1001001 1011100 111001

Color Harmonies of #CCF62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF62D

Black with #CCF62D

Text Example


Text Example

White with #CCF62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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