Html Css Color HEX #CCF62B Pear

📋 copy color: '#CCF62B'

red 204 ◦ green 246 ◦ blue 43

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

Shades of Pear #CCF62B

Tints of Pear #CCF62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.72%

R = 41.38%
G = 49.9%
B = 8.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#CCF62B (or 0xCCF62B) is known color: Pear. HEX triplet: CC, F6 and 2B. RGB value is (204,246,43). Sum of RGB (Red+Green+Blue) = 204+246+43=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF62B is #3309D4. Grayscale: #D3D3D3. Windows color (decimal): -3344853 or 2881228. OLE color: 2881228.

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

Color convert

RGB 204 246 43 -
CMYK 0.17 0 0.83 0.04
HSL 72.41º 0.92% 0.57% -
HSV(B) 72.41º 0.83% 0.96% -
XYZ 58.29 78.92 14.45 -
YUV 210.3 33.59 123.51 -
System Red Green Blue C M Y K H S L
Decimal 204 246 43 0.17 0 0.83 0.04 72.41 0.92 0.57
Hex CC F6 2B 11 0 53 4 48 5C 39
Octal 314 366 53 21 0 123 4 110 134 71
Binary 11001100 11110110 101011 10001 0 1010011 100 1001000 1011100 111001

Color Harmonies of #CCF62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF62B

Black with #CCF62B

Text Example


Text Example

White with #CCF62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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