Html Css Color HEX #6CCF34 Apple

📋 copy color: '#6CCF34'

red 108 ◦ green 207 ◦ blue 52

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

Shades of Apple #6CCF34

Tints of Apple #6CCF34

RGB

 RED value IS 108 (42.58% from 255) = 29.43%

 GREEN value IS 207 (81.25% from 255) = 56.4%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 29.43%
G = 56.4%
B = 14.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#6CCF34 (or 0x6CCF34) is known color: Apple. HEX triplet: 6C, CF and 34. RGB value is (108,207,52). Sum of RGB (Red+Green+Blue) = 108+207+52=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCF34 is #9330CB. Grayscale: #A0A0A0. Windows color (decimal): -9646284 or 3460972. OLE color: 3460972.

HSL color Cylindrical-coordinate representation of color #6CCF34: hue angle of 98.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CCF34 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 207 52 -
CMYK 0.48 0 0.75 0.19
HSL 98.32º 0.62% 0.51% -
HSV(B) 98.32º 0.75% 0.81% -
XYZ 29.12 48.06 10.99 -
YUV 159.73 67.2 91.1 -
System Red Green Blue C M Y K H S L
Decimal 108 207 52 0.48 0 0.75 0.19 98.32 0.62 0.51
Hex 6C CF 34 30 0 4B 13 62 3E 33
Octal 154 317 64 60 0 113 23 142 76 63
Binary 1101100 11001111 110100 110000 0 1001011 10011 1100010 111110 110011

Color Harmonies of #6CCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCF34

Black with #6CCF34

Text Example


Text Example

White with #6CCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCF34; }

 p { color: rgb(108,207,52); }

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

background-color css

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

 a { background-color: rgb(108,207,52); }

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

border-color css

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

 span { border-color: rgb(108,207,52); }

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