Html Css Color HEX #69CA30 Apple

📋 copy color: '#69CA30'

red 105 ◦ green 202 ◦ blue 48

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

Shades of Apple #69CA30

Tints of Apple #69CA30

RGB

 RED value IS 105 (41.41% from 255) = 29.58%

 GREEN value IS 202 (79.3% from 255) = 56.9%

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 29.58%
G = 56.9%
B = 13.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#69CA30 (or 0x69CA30) is known color: Apple. HEX triplet: 69, CA and 30. RGB value is (105,202,48). Sum of RGB (Red+Green+Blue) = 105+202+48=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA30 is #9635CF. Grayscale: #9B9B9B. Windows color (decimal): -9844176 or 3197545. OLE color: 3197545.

HSL color Cylindrical-coordinate representation of color #69CA30: hue angle of 97.79º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69CA30 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 48 -
CMYK 0.48 0 0.76 0.21
HSL 97.79º 0.62% 0.49% -
HSV(B) 97.79º 0.76% 0.79% -
XYZ 27.48 45.46 10.12 -
YUV 155.44 67.36 92.02 -
System Red Green Blue C M Y K H S L
Decimal 105 202 48 0.48 0 0.76 0.21 97.79 0.62 0.49
Hex 69 CA 30 30 0 4C 15 62 3E 31
Octal 151 312 60 60 0 114 25 142 76 61
Binary 1101001 11001010 110000 110000 0 1001100 10101 1100010 111110 110001

Color Harmonies of #69CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA30

Black with #69CA30

Text Example


Text Example

White with #69CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CA30; }

 p { color: rgb(105,202,48); }

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

background-color css

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

 a { background-color: rgb(105,202,48); }

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

border-color css

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

 span { border-color: rgb(105,202,48); }

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