Html Css Color HEX #CCF01A Pear

📋 copy color: '#CCF01A'

red 204 ◦ green 240 ◦ blue 26

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

Shades of Pear #CCF01A

Tints of Pear #CCF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.06%

 BLUE value IS 26 (10.55% from 255) = 5.53%

R = 43.4%
G = 51.06%
B = 5.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#CCF01A (or 0xCCF01A) is known color: Pear. HEX triplet: CC, F0 and 1A. RGB value is (204,240,26). Sum of RGB (Red+Green+Blue) = 204+240+26=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF01A is #330FE5. Grayscale: #CDCDCD. Windows color (decimal): -3346406 or 1765580. OLE color: 1765580.

HSL color Cylindrical-coordinate representation of color #CCF01A: hue angle of 70.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF01A is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 26 -
CMYK 0.15 0 0.89 0.06
HSL 70.09º 0.88% 0.52% -
HSV(B) 70.09º 0.89% 0.94% -
XYZ 56.25 75.23 12.53 -
YUV 204.84 27.07 127.4 -
System Red Green Blue C M Y K H S L
Decimal 204 240 26 0.15 0 0.89 0.06 70.09 0.88 0.52
Hex CC F0 1A F 0 59 6 46 58 34
Octal 314 360 32 17 0 131 6 106 130 64
Binary 11001100 11110000 11010 1111 0 1011001 110 1000110 1011000 110100

Color Harmonies of #CCF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF01A

Black with #CCF01A

Text Example


Text Example

White with #CCF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF01A; }

 p { color: rgb(204,240,26); }

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

background-color css

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

 a { background-color: rgb(204,240,26); }

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

border-color css

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

 span { border-color: rgb(204,240,26); }

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